Custom Window Manager by Andy Hall (Artezo on Hibernia/Guinevere)
--------

Custom Window Manager for Dark Age of Camelot v1.67
NOTE: That's version 1.67! This was made while 1.67 is on Pendragon, this won't work until a little later on live servers :)

This mod uses up one of the custom windows to make a window that has buttons to open the other custom windows. This is also an advanced mod, you may not be able to do this if you can't modify your stuff a little bit.

The following files have been included in this archive:

readme.txt		This file
custom9_window.xml	The Window Manager
command_window.xml	A modified Command Window
assets.xml		A modified Assets index

----

To use this mod drop the XML files into your custom directory like you'd install any other mod. To activate this mod open your Command Window and click the new Custom button at the bottom, this'll pop up a box of buttons similar to the Command Window that open each of your other Custom Windows.


----

Notes:

-If you're using a modded command window already, you can use this mod by making a button elsewhere that calls ToggleWindow9 when clicked.

-This is an advanced mod, in order to make other things you're installing into custom windows you'll have to modify them accordingly. You can probably just change the <Name> element under <WindowTemplate> in your custom mod from whatever it currently is to "customX_window" without the quotes, where X is the number of the custom window you'd like to use it as. Please do not contact me asking how to change the mod you're using into something that works with this, I may not know how anyhow :)

-If you're using this with other mods (And I'm sure you are because it's useless without them hah) then you may not want to replace Assets.xml as your other mods may already use it, if they do just add this to assets.xml between the <XML ID="DAOCUi"> and </XML> elements somewhere:

	<Include>custom0_window.xml</Include>
	<Include>custom1_window.xml</Include>
	<Include>custom2_window.xml</Include>
	<Include>custom3_window.xml</Include>
	<Include>custom4_window.xml</Include>
	<Include>custom5_window.xml</Include>
	<Include>custom6_window.xml</Include>
	<Include>custom7_window.xml</Include>
	<Include>custom8_window.xml</Include>
	<Include>custom9_window.xml</Include>

----

Legal mumbo:
There's no warranty on this mod and I'm not responsible if something goes wrong with it that hurts or messes up *anything*.

----
Contact info:
ahall1983@hotmail.com
Artezo on Hibernia/Guinevere
VN Boards user: Drex1983
http://www.freewebs.com/ahall

Feel free to send bug reports :)





